home *** CD-ROM | disk | FTP | other *** search
/ Cinema Studio: Frank Herrmann / Cinema Studio - Frank Herrmann.iso / tools / pbm / s / magic < prev    next >
Text File  |  1994-12-11  |  3KB  |  48 lines

  1. # PBMPLUS auxiliary magic numbers file
  2. #
  3. # These are meant to be used with the "file" program to help determine
  4. # the type of a file.  You can add these entries to the system's /etc/magic
  5. # file, or if your version of "file" supports the -m flag you can use
  6. # them that way.
  7. #
  8. # All of these entries use the "string" format so that they will work on
  9. # both big-endian and little-endian machines.
  10.  
  11. 0       string          \037\235                compressed file
  12. 0       string          begin                   uuencoded file
  13. 0       string          xbtoa                   btoa'd file
  14.  
  15. 0       string          P1                      PBM file
  16. 0       string          P2                      PGM file
  17. 0       string          P3                      PPM file
  18. 0       string          P4                      PBM "rawbits" file
  19. 0       string          P5                      PGM "rawbits" file
  20. 0       string          P6                      PPM "rawbits" file
  21.  
  22. 0       string          \361\0\100\273          CMU window manager bitmap
  23. 0       string          \131\246\152\225        Sun rasterfile
  24. 0       string          yz                      MGR bitmap
  25. 0       string          \115\115                TIFF file, big-endian
  26. 0       string          \111\111                TIFF file, little-endian
  27. 0       string          GIF87a                  GIF file
  28. 0       string          GIF89a                  GIF file
  29. 0       string          FORM                    IFF file
  30. >8      string          ILBM                    ILBM interleaved bitmap
  31. >8      string          RGBN                    RGBN 12bit RGB bitmap
  32. >8      string          RGB8                    RGB8 24bit RGB bitmap
  33. >8      string          8SVX                    8SVX 8bit sampled sound
  34. >8      string          SAMP                    SAMP sampled sound
  35. >8      string          AIFF                    AIFF sound
  36. >8      string          AIFC                    AIFF-C compressed sound
  37. >8      string          FTXT                    FTXT formatted text
  38. >8      string          DR2D                    DR2D 2-D objects
  39. >8      string          TDDD                    TDDD 3-D rendering data
  40. 0       string          This\040is\040a\040BitMap\040file       Lisp Machine bit-array-file
  41. 0       string          !!                      Bennet Yee's "face" format
  42. 0       string          \117\072                Solitaire Image Recorder format
  43. >4      string          \013                    MGI Type 11
  44. >4      string          \021                    MGI Type 17
  45. 0       string          \001\332                SGI image file
  46. 0       string          \122\314                Utah RLE Raster file
  47.  
  48.